@charset "UTF-8";
/* @import url(../../fonts/font-awesome-4.5.0/css/font-awesome.min.css); */
@import url('https://storage.googleapis.com/tada-cdn-asia/All-In-One/production/css/font-awesome.min.css');

* {
    -webkit-tap-highlight-color: transparent;
}

.advertise {
    position: relative;
    width: 100%;
    margin-top: 48px;
}

@media only screen and (min-width: 1279px) {
    .advertise {
        margin-top: 70px;
    }
}

.advertise__swiper {
    width: 100%;
    z-index: 0;
}

.advertise__swiper .swiper-wrapper {
    z-index: 0;
}

.advertise__swiper .swiper-slide {
    width: 100%;
    padding-bottom: 54.1666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (orientation: portrait) {
    .advertise__swiper .swiper-slide {
        width: 100%;
        height: 0;
        padding-bottom: 149.3333333333%;
    }
}

@media only screen and (min-width: 1279px) {
    .advertise__swiper .swiper-slide {
        padding-bottom: 40.625%;
    }
}

.advertise__swiper .swiper-slide img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 133.3333333333%;
}

@media only screen and (orientation: portrait) {
    .advertise__swiper .swiper-slide img {
        width: 100%;
    }
}

@media only screen and (min-width: 1279px) {
    .advertise__swiper .swiper-slide img {
        width: 100%;
    }
}

.marquee_section {
    width: 100%;
    position: relative;
    margin-top: -33px;
    z-index: 11;
}

.marquee_section .contentP {
    width: 100%;
    padding: 0 1rem;
    background-color: rgba(0, 0, 0, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marquee_section .contentP marquee ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.marquee_section .contentP marquee ul li {
    display: flex;
    align-items: center;
    margin-right: 350px;
}

.marquee_section .contentP marquee ul li img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.marquee_section .contentP marquee ul li p {
    color: #fff;
    font-size: 14px;
}

/* .marquee_section .contentP ul {
    width: 100%;
    list-style: none;
    height: 25px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 1279px) {
    .marquee_section .contentP ul {
        font-size: 16px;
    }
} */

.navbar__main__user-selector .playGames {
    display: none;
}

.sticky {
    width: 100%;
    position: sticky !important;
    top: 48px;
}

@media only screen and (min-width: 1279px) {
    .sticky {
        top: 70px;
    }
}

.sticky-gamenav {
    z-index: 2;
    margin-bottom: 50px;
}

.sticky-selector {
    z-index: 1;
    background-color: #0f1923;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: auto;
    margin: 0;
    top: 40x;
}

@media only screen and (min-width: 812px) {
    .sticky-selector {
        top: 172px;
    }
}

@media only screen and (min-width: 1279px) {
    .sticky-selector {
        max-width: 1230px;
        width: 100%;
        margin: 0 auto;
        top: 224px;
    }
}

.sticky-search {
    z-index: 2;
    top: 81px;
}

@media only screen and (min-width: 1279px) {
    .sticky-search {
        top: 103px;
    }
}

.sticky-searchBar {
    z-index: 2;
    top: 81px;
}

@media only screen and (min-width: 1279px) {
    .sticky-searchBar {
        top: 103px;
    }
}

#gamenav {
    /* position: fixed; */
    /* top: 48px; */
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#263f59), color-stop(80%, black), to(black));
    background: linear-gradient(to bottom, #263f59 0%, black 80%, black 100%);
}

/* @media only screen and (min-width: 1279px) {
    #gamenav {
        top: 70px;
    }
} */

.gamenav {
    width: calc(100% - 30px);
    background: transparent;
    /* position: absolute; */
    /* top: 56px; */
    z-index: 2;
}

@media only screen and (min-width: 812px) {
    .gamenav {
        width: 100%;
        height: 90px;
        /* position: absolute; */
        bottom: 0;
        left: 50%;
        /* -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */
        z-index: 2;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1279px) {
    .gamenav {
        /* top: 70px; */
        height: 120px;
        z-index: 2;
    }
}

.gamenav.pc-none {
    display: block;
    /* max-width: 150px;
    margin-left: 15px; */
}

@media only screen and (min-width: 812px) {
    .gamenav.pc-none {
        display: none;
    }
}

.gamenav.mobile-none {
    display: none;
}

@media only screen and (min-width: 812px) {
    .gamenav.mobile-none {
        display: block;
    }
}

.gamenav .contentP {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

@media only screen and (min-width: 812px) {
    .gamenav .contentP {
        width: 100%;
        height: 100%;
    }
}

.gamenav ul.gamenav__list {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gamenav ul.gamenav__list li {
    width: 14%;
    height: 100%;
    cursor: pointer;
}

.gamenav ul.gamenav__list li p {
    color: #fff;
}

.gamenav ul.gamenav__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.78rem;
    width: 100%;
    height: 35%;
    color: #FFF;
    text-align: center;
    opacity: 1;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    margin-top: 15px;
}

@media only screen and (min-width: 1279px) {
    .gamenav ul.gamenav__list li a {
        font-size: 0.88rem;
    }
}

.gamenav ul.gamenav__list li div {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 30.5882352941%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 60%;
    mask-size: 60%;
    -webkit-mask-position: top center;
    mask-position: top center;
}

@media only screen and (min-width: 1279px) {
    .gamenav ul.gamenav__list li div {
        padding-bottom: 35.2941176471%;
        -webkit-mask-size: 70%;
        mask-size: 70%;
    }
}

.gamenav ul.gamenav__list li.active,
.gamenav ul.gamenav__list li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e4b979), to(#785219));
    background: linear-gradient(to bottom, #e4b979, #785219);
}

.gamenav ul.gamenav__list li.active p,
.gamenav ul.gamenav__list li:hover p {
    color: #eccfa4;
}

.gamenav ul.gamenav__list li.active {
    opacity: 1;
}

/* .gamenav ul.gamenav__list li.btn-All a::before {
  -webkit-mask-image: url(../../img/promotion/icon-All.png);
          mask-image: url(../../img/promotion/icon-All.png);
}
.gamenav ul.gamenav__list li.btn-Hot a::before {
  -webkit-mask-image: url(../../img/promotion/icon-Hot.png);
          mask-image: url(../../img/promotion/icon-Hot.png);
}
.gamenav ul.gamenav__list li.btn-Slots a::before {
  -webkit-mask-image: url(../../img/promotion/icon-Slots.png);
          mask-image: url(../../img/promotion/icon-Slots.png);
}
.gamenav ul.gamenav__list li.btn-Fish a::before {
  -webkit-mask-image: url(../../img/promotion/icon-Fish.png);
          mask-image: url(../../img/promotion/icon-Fish.png);
}
.gamenav ul.gamenav__list li.btn-Poker a::before {
  -webkit-mask-image: url(../../img/promotion/icon-Poker.png);
          mask-image: url(../../img/promotion/icon-Poker.png);
}
.gamenav ul.gamenav__list li.btn-Bingo a::before {
  -webkit-mask-image: url(../../img/promotion/icon-Bingo.png);
          mask-image: url(../../img/promotion/icon-Bingo.png);
}
.gamenav ul.gamenav__list li.btn-Fast a::before {
  -webkit-mask-image: url(../../img/promotion/icon-Fast.png);
          mask-image: url(../../img/promotion/icon-Fast.png);
} */
.gamenav .gamenav__selector {
    padding: 24px 0 0 0;
    /* background-color: #0f1923; */
}

.gamenav .gamenav__selector .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.gamenav .gamenav__selector .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 16px 0;
}

.gamenav .gamenav__selector .select-styled {
    color: #fff;
    background-color: transparent;
    font-size: 1.35rem;
    font-family: Century Gothic, Poppins, Helvetica, Tahoma, sans-serif, '微軟正黑體', Heiti TC, 'メイリオ';
    font-weight: bold;
    padding: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 420px) {
    .gamenav .gamenav__selector .select-styled {
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 812px) {
    .gamenav .gamenav__selector .select-styled {
        font-size: 2.6rem;
    }
}

.gamenav .gamenav__selector .select-styled::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 1rem;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    text-align: center;
    background: #dba34f;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gamenav .gamenav__selector .select-styled:hover::after {
    background: #ff9029;
}

.gamenav .gamenav__selector .select-styled:active,
.gamenav .gamenav__selector .select-styled.active {
    color: #dba34f;
}

.gamenav .gamenav__selector .select-styled:active:after,
.gamenav .gamenav__selector .select-styled.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gamenav .gamenav__selector .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 0px #000;
    box-shadow: 0 0 8px 0px #000;
    min-width: 10.5em;
}

.gamenav .gamenav__selector .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.gamenav .gamenav__selector .select-options li:hover,
.gamenav .gamenav__selector .select-options li.is-selected {
    color: #dba34f;
}

.gamenav .gamenav__selector .select-options li[rel=hide] {
    display: none;
}

.search {
    width: 26px;
    margin-left: 0;
    margin-right: 5%;
}

@media only screen and (min-width: 812px) {
    .search {
        width: 250px;
        top: calc(-16px - 1.5em);
        z-index: 1;
        margin-left: calc(100% - 250px);
    }
}

.search .search__PC {
    font-size: 0.88rem;
    padding: 12px;
    top: calc(-4px - 1.5em);
    left: calc(100% - 250px);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 812px) {
    .search .search__PC {
        width: 250px;
        top: calc(-16px - 1.5em);
        z-index: 1;
    }
}

.search .search__PC input {
    display: none;
}

@media only screen and (min-width: 812px) {
    .search .search__PC input {
        display: block;
        width: calc(100% - 1em);
        margin: 0;
        font-size: 1rem;
        border: 2px solid #ddd;
        border-radius: 30px;
        background-color: white;
        padding: 8px 10px;
        margin-right: 8px;
    }

    .search .search__PC input:focus,
    .search .search__PC input.action {
        outline: 0;
        border: 2px solid #ecbb71;
    }
}

.search .search__PC .search-btn::before {
    content: "\f002";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 1.75rem;
    color: #ecbb71;
    cursor: pointer;
}

.search .search__PC.action input {
    display: none;
}

@media only screen and (min-width: 812px) {
    .search .search__PC.action input {
        display: block;
    }
}

.search .search__PC.action .search-btn::before {
    content: "\f00d";
    -webkit-animation: rotate 0.3s;
    animation: rotate 0.3s;
    font-size: 2rem;
}

@media only screen and (min-width: 812px) {
    .search .search__PC.action .search-btn::before {
        content: "\f002";
    }
}

.search .search__bar {
    width: 100%;
    display: none;
    padding-top: 8px;
    position: absolute;
    top: 86px;
    left: 0;
    z-index: 1;
    background-color: #0f1923;
    padding: 6px 12px;
}

.search .search__bar input {
    width: 100%;
    display: block;
    font-size: 1rem;
    border: 2px solid #ecbb71;
    border-radius: 8px;
    background-color: white;
    padding: 8px 10px;
    padding-left: 32px;
    outline: 0;
}

.search .search__bar input:focus {
    border: 2px solid #ffc400;
}

.search .search__bar i {
    position: absolute;
    left: 20px;
    top: 50%;
    color: gray;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search .search__bar.action {
    display: block;
}

@media only screen and (min-width: 812px) {
    .search .search__bar.action {
        display: none;
    }
}

.content_index {
    position: relative;
}

.content_index .gamesExhibit {
    padding-bottom: 40px;
    padding-top: 0;
}

.content_index .gamesExhibit:nth-last-child(1) {
    padding-bottom: 60px;
}

.content_index .gamesExhibit .contentP {
    width: 90%;
    padding: 0;
}

.content_index .gamesExhibit .title {
    display: block;
    color: #dba34f;
    background-color: transparent;
    font-size: 1.35rem;
    line-height: 1em;
    font-family: Century Gothic, Poppins, Helvetica, Tahoma, sans-serif, '微軟正黑體', Heiti TC, 'メイリオ';
    font-weight: bold;
    padding: 0;
    left: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 812px) {
    .content_index .gamesExhibit .title {
        display: block;
        font-size: 2.7rem;
        color: #dba34f;
        position: relative;
        padding: 0;
        left: 0;
        z-index: 0;
    }
}

.content_index .gamesExhibit:nth-child(1) .title {
    color: #dba34f;
}

@media only screen and (min-width: 812px) {
    .content_index .gamesExhibit:nth-child(1) .title {
        display: block;
    }
}

.content_index .gamesExhibit__list {
    margin: 0 auto;
}

.content_index .gamesExhibit__list ul {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 1rem;
}

@media only screen and (min-width: 812px) {
    .content_index .gamesExhibit__list ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 576px) {
    .content_index .gamesExhibit__list ul {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 1279px) {
    .content_index .gamesExhibit__list ul {
        grid-template-columns: repeat(6, 1fr);
    }

    .content_index .gamesExhibit__list ul li {
        width: 100% !important;
        margin: inherit !important;
    }

    .content_index .gamesExhibit__list ul li .button-playNow,
    .content_index .gamesExhibit__list ul li .button-gameInfo {
        font-size: 14px !important;
    }
}

.content_index .gamesExhibit__list ul li {
    position: relative;
}

.content_index .gamesExhibit__list ul li .infoP.active a {
    width: 100%;
    max-width: 200px;
}

.content_index .gamesExhibit__list ul li img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.content_index .gamesExhibit__list ul li .infoP {
    width: 100%;
    height: calc(100% - 1.5rem);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.content_index .gamesExhibit__list ul li .infoP .contentP {
    width: 90%;
    height: 60%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 2rem;
}

.content_index .gamesExhibit__list ul li .infoP.active {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_index .gamesExhibit__list ul li .infoP.active a {
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.content_index .gamesExhibit__list ul li .infoP.active .subtitle {
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.content_index .gamesExhibit__list ul li .infoP.active .button-playNow {
    margin-bottom: 12px;
}

.content_index .gamesExhibit__list ul li .infoP.active .button-gameInfo a {
    background: #000;
}

.content_index .gamesExhibit__list ul li .subtitle {
    line-height: 1.5rem;
    text-align: center;
}

.content_index .btns-gold {
    padding: 1rem;
}

.content_index .btns-gold .contentP a {
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
    width: 260px;
    border-radius: 50px;
    display: block;
    padding: 0.5em 1.5em;
    margin: 0 auto;
    text-align: center;
    background: transparent -webkit-gradient(linear, left top, right top, from(#E4C788), color-stop(23%, #F8F1B3), color-stop(44%, #E3B86A), color-stop(75%, #F1D590), to(#EACB89)) 0% 0%;
    background: transparent linear-gradient(90deg, #E4C788 0%, #F8F1B3 23%, #E3B86A 44%, #F1D590 75%, #EACB89 100%) 0% 0%;
    font-size: 1.5em;
    color: #632D06;
    text-shadow: 0px 1px 0px #F4E7C4;
}

#right-menus {
    position: fixed;
    top: 250px;
    right: -76px;
    z-index: 22;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
    line-height: 1rem;
}

#right-menus .action {
    display: block !important;
}

#right-menus.show_active {
    right: -8px !important;
}

@media only screen and (min-width: 576px) {
    #right-menus {
        display: block;
    }

    #right-menus .list4 {
        display: none;
    }
}

@media screen and (max-height: 440px) {
    #right-menus {
        top: 80px;
        right: -100px;
    }

    #right-menus .list4 {
        display: block;
    }
}

#right-menus .accordion_container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#right-menus .accordion_container .btn-arrows {
    position: relative;
    right: -2px;
    cursor: pointer;
}

#right-menus .accordion_container .btn-arrows img {
    width: 2rem;
    display: none;
}

#right-menus .accordion_container .contentP {
    padding: 0 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    border: #EACB89 3px solid;
    border-radius: 20px 0 0 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

#right-menus .accordion_container .contentP ul li {
    list-style: none;
    margin: 1rem auto;
    text-align: center;
    color: #E3B86A;
    font-size: 14px;
    cursor: pointer;
}

#right-menus .accordion_container .contentP ul li a {
    color: #E3B86A;
}

#right-menus .accordion_container .contentP ul li img {
    width: 2rem;
}

@media screen and (max-height: 440px) {
    #right-menus .accordion_container .contentP ul li img {
        width: 1.5rem;
    }
}


.chat-close {
    visibility: hidden;
}

.chat-open {
    visibility: visible;
}

#live_chat {
    width: 150px;
    height: 200px;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 33;
    display: none;
    cursor: pointer;
}

@media screen and (max-height: 440px) {
    #live_chat {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) {
    #live_chat {
        display: block;
    }
}

#live_chat .containerP {
    position: relative;
}

#live_chat .containerP img {
    max-width: 100%;
}

#live_chat .containerP .btn-x {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#live_chat .containerP .text_box {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: radial-gradient(circle, rgb(255, 0, 8), rgb(255, 0, 51), rgb(128, 0, 0));
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: lighter;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mobile-menus {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-image: radial-gradient(circle, rgba(12, 2, 3, 0.9), rgba(39, 37, 61, 0.8), rgba(0, 0, 0, 0.9));
    z-index: 999;
}

@media only screen and (min-width: 576px) {
    #mobile-menus {
        display: none;
    }
}

#mobile-menus .menus-list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#mobile-menus .menus-list li {
    list-style: none;
    padding: 1rem;
    text-align: center;
    color: #E3B86A;
    font-size: 14px;
}

#mobile-menus .menus-list li a {
    color: #E3B86A;
}

#mobile-menus .menus-list li img {
    display: block;
    height: 2rem;
    margin: 0 auto;
}

#autocomplete {
    display: block;
    position: relative;
    top: 34px;
}

.ui-autocomplete {
    position: absolute;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-autocomplete li {
    color: #333 !important;
    /* padding: 5px 10px; */
}